ResourceGetProperties Method (String, String) |
Gets all properties from the resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus GetProperties(
string address,
string depth
)
Public Function GetProperties (
address As String,
depth As String
) As MultiStatus
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - depth
- Type: SystemString
The depth of the request.
Return Value
Type:
MultiStatusA MultiStatus response as a result of operation.
See Also